-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Feature: wysiwyg design time editing - add and remove spacer widgets #1482
Conversation
closes WYSIWYG: Ability to add and remove spacers #1479
There is an issue with the layout editor in 1.21.0, its just loading a blank page |
when using console it is showing this error: Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec. |
@NZHYDROGEN do you have anything different about your Node-RED setup? Proxy? How is it hosted? |
@NZHYDROGEN what browser and version are you using? Can you try a different browser? |
Hi Joe,
no proxy, built on a raspberry pi. i've noticed that the wysiwyg design
works when there is a simple page, but if there is a Ui_Table or a custom
template on the page it wont load the editor.
I hope that helps, let me know if you need any more info.
…On Thu, 2 Jan 2025, 12:23 am Joe Pavitt, ***@***.***> wrote:
@NZHYDROGEN <https://github.com/NZHYDROGEN> do you have anything
different about your Node-RED setup? Proxy? How is it hosted?
—
Reply to this email directly, view it on GitHub
<#1482 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVJQZQFAMJVNYHX7B3TG4ST2IPF4NAVCNFSM6AAAAABSCXSRRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRWHE3DKOBZGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I have tried clearing the browser, rebooting, other browsers and the fault can be replicated every time. |
my feeling is there is a conflict with the editor when the page has a Ui-Table? |
@NZHYDROGEN, Could you please open the Developer Tools of your browser, and have a look in the Network tabsheet for any errors. Might be that you then need to reload your page. |
Yea, I have tried that i can replicate the issue on any page where there is a Ui-Table present |
its gets this error in console with any page using a Ui-Table: Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec. |
And do you see any errors in the Network tabsheet? |
Thanks! That makes no sense to me. I had expected to see an error here. But not sure. Seems you have no filter applied and show "All" requests. So that is good. You might keep this tabsheet open and refresh your dashboard browser page, to see whether errors popup. I am off to sleep. See you tomorrow... |
closes #1479
Description
New feature - ability to add and remove widgets in the dashboard at edit time.
Refactors a lot of the non-store stuff into a new store named
wysiwyg
- this is primarily to take advantage ofactions
and preparation for #1481This is an extension of (and thus) merges into #1468
Demo
Related Issue(s)
#1479
Checklist
flowforge.yml
?FlowFuse/helm
to update ConfigMap TemplateFlowFuse/CloudProject
to update values for Staging/ProductionLabels
area:migration
label